• frmChangePassword.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmChangePassword
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmChangePassword))
26         Me.UserID = New System.Windows.Forms.TextBox()
27         Me.Label4 = New System.Windows.Forms.Label()
28         Me.Button1 = New System.Windows.Forms.Button()
29         Me.Label3 = New System.Windows.Forms.Label()
30         Me.ConfirmPassword = New System.Windows.Forms.TextBox()
31         Me.NewPassword = New System.Windows.Forms.TextBox()
32         Me.OldPassword = New System.Windows.Forms.TextBox()
33         Me.Label2 = New System.Windows.Forms.Label()
34         Me.Label1 = New System.Windows.Forms.Label()
35         Me.SuspendLayout()
36         
'
37         
'UserID
38         
'
39         Me.UserID.CharacterCasing = System.Windows.Forms.CharacterCasing.Lower
40         Me.UserID.Location = New System.Drawing.Point(
164, 35)
41         Me.UserID.Name =
"UserID"
42         Me.UserID.Size = New System.Drawing.Size(
122, 20)
43         Me.UserID.TabIndex =
10
44         
'
45         
'Label4
46         
'
47         Me.Label4.AutoSize = True
48         Me.Label4.BackColor = System.Drawing.Color.Transparent
49         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
50         Me.Label4.ForeColor = System.Drawing.Color.Black
51         Me.Label4.Location = New System.Drawing.Point(
25, 35)
52         Me.Label4.Name =
"Label4"
53         Me.Label4.Size = New System.Drawing.Size(
54, 15)
54         Me.Label4.TabIndex =
17
55         Me.Label4.Text =
"User ID :"
56         
'
57         
'Button1
58         
'
59         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
60         Me.Button1.Location = New System.Drawing.Point(
90, 164)
61         Me.Button1.Name =
"Button1"
62         Me.Button1.Size = New System.Drawing.Size(
115, 38)
63         Me.Button1.TabIndex =
15
64         Me.Button1.Text =
"&Change Password"
65         Me.Button1.UseVisualStyleBackColor = True
66         
'
67         
'Label3
68         
'
69         Me.Label3.AutoSize = True
70         Me.Label3.BackColor = System.Drawing.Color.Transparent
71         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.Label3.ForeColor = System.Drawing.Color.Black
73         Me.Label3.Location = New System.Drawing.Point(
25, 113)
74         Me.Label3.Name =
"Label3"
75         Me.Label3.Size = New System.Drawing.Size(
113, 15)
76         Me.Label3.TabIndex =
16
77         Me.Label3.Text =
"Confirm Password :"
78         
'
79         
'ConfirmPassword
80         
'
81         Me.ConfirmPassword.Location = New System.Drawing.Point(
164, 113)
82         Me.ConfirmPassword.Name =
"ConfirmPassword"
83         Me.ConfirmPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
9824)
84         Me.ConfirmPassword.Size = New System.Drawing.Size(
122, 20)
85         Me.ConfirmPassword.TabIndex =
14
86         
'
87         
'NewPassword
88         
'
89         Me.NewPassword.Location = New System.Drawing.Point(
164, 87)
90         Me.NewPassword.Name =
"NewPassword"
91         Me.NewPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
9824)
92         Me.NewPassword.Size = New System.Drawing.Size(
122, 20)
93         Me.NewPassword.TabIndex =
13
94         
'
95         
'OldPassword
96         
'
97         Me.OldPassword.Location = New System.Drawing.Point(
164, 61)
98         Me.OldPassword.Name =
"OldPassword"
99         Me.OldPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(
9824)
100         Me.OldPassword.Size = New System.Drawing.Size(
122, 20)
101         Me.OldPassword.TabIndex =
11
102         
'
103         
'Label2
104         
'
105         Me.Label2.AutoSize = True
106         Me.Label2.BackColor = System.Drawing.Color.Transparent
107         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
108         Me.Label2.ForeColor = System.Drawing.Color.Black
109         Me.Label2.Location = New System.Drawing.Point(
25, 87)
110         Me.Label2.Name =
"Label2"
111         Me.Label2.Size = New System.Drawing.Size(
95, 15)
112         Me.Label2.TabIndex =
12
113         Me.Label2.Text =
"New Password :"
114         
'
115         
'Label1
116         
'
117         Me.Label1.AutoSize = True
118         Me.Label1.BackColor = System.Drawing.Color.Transparent
119         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
120         Me.Label1.ForeColor = System.Drawing.Color.Black
121         Me.Label1.Location = New System.Drawing.Point(
25, 61)
122         Me.Label1.Name =
"Label1"
123         Me.Label1.Size = New System.Drawing.Size(
89, 15)
124         Me.Label1.TabIndex =
9
125         Me.Label1.Text =
"Old Password :"
126         
'
127         
'frmChangePassword
128         
'
129         Me.AcceptButton = Me.Button1
130         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
131         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
132         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
133         Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
134         Me.ClientSize = New System.Drawing.Size(
302, 224)
135         Me.Controls.Add(Me.UserID)
136         Me.Controls.Add(Me.Label4)
137         Me.Controls.Add(Me.Button1)
138         Me.Controls.Add(Me.Label3)
139         Me.Controls.Add(Me.ConfirmPassword)
140         Me.Controls.Add(Me.NewPassword)
141         Me.Controls.Add(Me.OldPassword)
142         Me.Controls.Add(Me.Label2)
143         Me.Controls.Add(Me.Label1)
144         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
145         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
146         Me.MaximizeBox = False
147         Me.MinimizeBox = False
148         Me.Name =
"frmChangePassword"
149         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
150         Me.Text =
"Change Password"
151         Me.ResumeLayout(False)
152         Me.PerformLayout()
153
154     End Sub
155     Friend WithEvents UserID As System.Windows.Forms.TextBox
156     Friend WithEvents Label4 As System.Windows.Forms.Label
157     Friend WithEvents Button1 As System.Windows.Forms.Button
158     Friend WithEvents Label3 As System.Windows.Forms.Label
159     Friend WithEvents ConfirmPassword As System.Windows.Forms.TextBox
160     Friend WithEvents NewPassword As System.Windows.Forms.TextBox
161     Friend WithEvents OldPassword As System.Windows.Forms.TextBox
162     Friend WithEvents Label2 As System.Windows.Forms.Label
163     Friend WithEvents Label1 As System.Windows.Forms.Label
164 End Class


Gõ tìm kiếm nhanh...